home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 July
/
CHIP_CD_2005-07.iso
/
software
/
att
/
attsetup.exe
/
plugins
/
shared memory
/
Delphi
/
uMain.dfm
< prev
next >
Wrap
Text File
|
2005-02-13
|
840b
|
43 lines
object frmMain: TfrmMain
Left = 242
Top = 164
BorderStyle = bsDialog
Caption = 'ATI Tray Tools Shared Memory'
ClientHeight = 275
ClientWidth = 395
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 8
Top = 12
Width = 377
Height = 221
Lines.Strings = (
'Memo1')
ReadOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 312
Top = 240
Width = 75
Height = 25
Cancel = True
Caption = 'Close'
TabOrder = 1
OnClick = Button1Click
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 112
Top = 100
end
end